home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gsCleanUpHandler, name, gbVideoUp, purple, orange, yellow, rainy
- set name to 0
- set gbVideoUp to 0
- buttonLogic()
- if the result = 1 then
- do(gsCleanUpHandler)
- set the visible of sprite 2 to 1
- set the cursor of sprite 2 to -1
- unLoad(519)
- unLoad(168, 175)
- unLoad(446, 460)
- unLoad(426, 459)
- unLoad(520)
- unLoad(155)
- set orange to 0
- set purple to 0
- set yellow to 0
- puppetSprite(2, 0)
- go("Main Screen")
- exit
- end if
- end
-